# Functions
No description provided by the author
No description provided by the author
# Constants
Billing Administrator, capable of all billing-related operations.
Read-only Administrator, capable of all read operations.
Super Administrator, capable of all operations.
Standard User.
# Variables
No description provided by the author
OauthService_ServiceDesc is the grpc.ServiceDesc for OauthService service.
Enum value maps for SignTokenRequest_TokenScope.
Enum value maps for SignTokenRequest_TokenScope.
# Structs
Request for a public key by KeyID in order to validation a token signed by the Sensory Cloud.
PublicKeyRequestValidationError is the validation error returned by PublicKeyRequest.Validate if the designated constraints aren't met.
Response to a public key request.
PublicKeyResponseValidationError is the validation error returned by PublicKeyResponse.Validate if the designated constraints aren't met.
Request to obtain an OAuth token on behalf of a user.
SignTokenRequestValidationError is the validation error returned by SignTokenRequest.Validate if the designated constraints aren't met.
Request to obtain an OAuth token.
TokenRequestValidationError is the validation error returned by TokenRequest.Validate if the designated constraints aren't met.
UnimplementedOauthServiceServer must be embedded to have forward compatible implementations.
Request to obtain information based on the passed authorization token.
WhoAmIRequestValidationError is the validation error returned by WhoAmIRequest.Validate if the designated constraints aren't met.
Response contect generated from the passed authorization token.
WhoAmIResponseValidationError is the validation error returned by WhoAmIResponse.Validate if the designated constraints aren't met.
# Interfaces
OauthServiceClient is the client API for OauthService service.
OauthServiceServer is the server API for OauthService service.
UnsafeOauthServiceServer may be embedded to opt out of forward compatibility for this service.
# Type aliases
The scope of a token in a SignTokenRequest.