# Functions
No description provided by the author
RegisterAccessTokenHandler registers the http handlers for service AccessToken to "mux".
RegisterAccessTokenHandlerClient registers the http handlers for service AccessToken to "mux".
RegisterAccessTokenHandlerFromEndpoint is same as RegisterAccessTokenHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterAccessTokenHandlerServer registers the http handlers for service AccessToken to "mux".
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
AccessToken_ServiceDesc is the grpc.ServiceDesc for AccessToken service.
No description provided by the author
# Structs
No description provided by the author
GrantRequestValidationError is the validation error returned by GrantRequest.Validate if the designated constraints aren't met.
No description provided by the author
GrantResponseValidationError is the validation error returned by GrantResponse.Validate if the designated constraints aren't met.
No description provided by the author
LeaseRequestValidationError is the validation error returned by LeaseRequest.Validate if the designated constraints aren't met.
No description provided by the author
LeaseResponseValidationError is the validation error returned by LeaseResponse.Validate if the designated constraints aren't met.
No description provided by the author
ListRequestValidationError is the validation error returned by ListRequest.Validate if the designated constraints aren't met.
No description provided by the author
ListResponseValidationError is the validation error returned by ListResponse.Validate if the designated constraints aren't met.
No description provided by the author
RevokeRequestValidationError is the validation error returned by RevokeRequest.Validate if the designated constraints aren't met.
No description provided by the author
RevokeResponseValidationError is the validation error returned by RevokeResponse.Validate if the designated constraints aren't met.
UnimplementedAccessTokenServer must be embedded to have forward compatible implementations.
# Interfaces
AccessTokenClient is the client API for AccessToken service.
AccessTokenServer is the server API for AccessToken service.
UnsafeAccessTokenServer may be embedded to opt out of forward compatibility for this service.
# Type aliases
GrantRequestMultiError is an error wrapping multiple validation errors returned by GrantRequest.ValidateAll() if the designated constraints aren't met.
GrantResponseMultiError is an error wrapping multiple validation errors returned by GrantResponse.ValidateAll() if the designated constraints aren't met.
LeaseRequestMultiError is an error wrapping multiple validation errors returned by LeaseRequest.ValidateAll() if the designated constraints aren't met.
LeaseResponseMultiError is an error wrapping multiple validation errors returned by LeaseResponse.ValidateAll() if the designated constraints aren't met.
ListRequestMultiError is an error wrapping multiple validation errors returned by ListRequest.ValidateAll() if the designated constraints aren't met.
ListResponseMultiError is an error wrapping multiple validation errors returned by ListResponse.ValidateAll() if the designated constraints aren't met.
RevokeRequestMultiError is an error wrapping multiple validation errors returned by RevokeRequest.ValidateAll() if the designated constraints aren't met.
RevokeResponseMultiError is an error wrapping multiple validation errors returned by RevokeResponse.ValidateAll() if the designated constraints aren't met.