package
1.2.18-prerelease02
Repository: https://github.com/uber/cadence.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
NewMockAuthorizer creates a new mock instance.
NewMockFilteredRequestBody creates a new mock instance.
NewNopAuthorizer creates a no-op authority.
NewOAuthAuthorizer creates an oauth Authorizer.
No description provided by the author

# Constants

DecisionAllow means auth decision is allow.
DecisionDeny means auth decision is deny.
PermissionAdmin means the user can read+write on the domain level APIs.
PermissionRead means the user can write on the domain level APIs.
PermissionWrite means the user can write on the domain level APIs.

# Variables

SHA256 algorithm.
SHA512 algorithm.

# Structs

No description provided by the author
JWTClaims is a Cadence specific claim with embeded Claims defined https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.
MockAuthorizer is a mock of Authorizer interface.
MockAuthorizerMockRecorder is the mock recorder for MockAuthorizer.
MockFilteredRequestBody is a mock of FilteredRequestBody interface.
MockFilteredRequestBodyMockRecorder is the mock recorder for MockFilteredRequestBody.
No description provided by the author
XDGSCRAMClient is the scram client.

# Interfaces

Authorizer is an interface for authorization.
FilteredRequestBody request object except for data inputs (PII).

# Type aliases

No description provided by the author
No description provided by the author