package
0.20.10
Repository: https://github.com/aserto-dev/go-authorizer.git
Documentation: pkg.go.dev

# Constants

JWT, identity field contains a JWT access token.
Manual, propagates thw identity field as-is, without validation, into the input object.
None, no explicit identity context set, equals anonymous.
Sub(ject), identity field contains an oAUTH subject.
Unknown, value not set, requests will fail with identity type not set error.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Enum value maps for IdentityType.
Enum value maps for IdentityType.

# Structs

represents a decision that an authorizer performed in the past.
information about a policy used in a decision.
information about a user on behalf of whom a decision was made.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

Identity types, describes the payload type of the identity field inside the IdentityContext message.