sujankota
sujankota
open class OAuth2CustomLogger: OAuth2Logger{ /// The logger's logging level. public var level: OAuth2LogLevel /** Designated initializer. */ public init(_ level: OAuth2LogLevel = OAuth2LogLevel.debug) { self.level = level } /** Log...
### Proposed Changes * ### Checklist - [ ] A clear description of the change has been included in this PR. - [ ] A clear description of whether this...
Fixes https://github.com/opentdf/platform/issues/1566
Resolves #1042
### Proposed Changes * ### Checklist - [ ] I have added or updated unit tests - [ ] I have added or updated integration tests (if appropriate) - [...
### Proposed Changes * Update segment hash and root signature screenshots to match the spec ### Checklist - [ ] A clear description of the change has been included in...