# Functions
No description provided by the author
RegisterAuthHandler registers the http handlers for service Auth to "mux".
RegisterAuthHandlerClient registers the http handlers for service Auth to "mux".
RegisterAuthHandlerFromEndpoint is same as RegisterAuthHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterAuthHandlerServer registers the http handlers for service Auth to "mux".
No description provided by the author
# Variables
Auth_ServiceDesc is the grpc.ServiceDesc for Auth service.
No description provided by the author
# Structs
No description provided by the author
AuthExchangeRequestValidationError is the validation error returned by AuthExchangeRequest.Validate if the designated constraints aren't met.
No description provided by the author
AuthExchangeResponseValidationError is the validation error returned by AuthExchangeResponse.Validate if the designated constraints aren't met.
No description provided by the author
AuthInfoRequestValidationError is the validation error returned by AuthInfoRequest.Validate if the designated constraints aren't met.
No description provided by the author
AuthInfoResponseValidationError is the validation error returned by AuthInfoResponse.Validate if the designated constraints aren't met.
No description provided by the author
AuthLoginRequestValidationError is the validation error returned by AuthLoginRequest.Validate if the designated constraints aren't met.
No description provided by the author
AuthLoginResponseValidationError is the validation error returned by AuthLoginResponse.Validate if the designated constraints aren't met.
No description provided by the author
AuthSettingsRequestValidationError is the validation error returned by AuthSettingsRequest.Validate if the designated constraints aren't met.
No description provided by the author
No description provided by the author
AuthSettingsResponse_OidcSettingValidationError is the validation error returned by AuthSettingsResponse_OidcSetting.Validate if the designated constraints aren't met.
AuthSettingsResponseValidationError is the validation error returned by AuthSettingsResponse.Validate if the designated constraints aren't met.
UnimplementedAuthServer must be embedded to have forward compatible implementations.
# Interfaces
AuthClient is the client API for Auth service.
AuthServer is the server API for Auth service.
UnsafeAuthServer may be embedded to opt out of forward compatibility for this service.
# Type aliases
AuthExchangeRequestMultiError is an error wrapping multiple validation errors returned by AuthExchangeRequest.ValidateAll() if the designated constraints aren't met.
AuthExchangeResponseMultiError is an error wrapping multiple validation errors returned by AuthExchangeResponse.ValidateAll() if the designated constraints aren't met.
AuthInfoRequestMultiError is an error wrapping multiple validation errors returned by AuthInfoRequest.ValidateAll() if the designated constraints aren't met.
AuthInfoResponseMultiError is an error wrapping multiple validation errors returned by AuthInfoResponse.ValidateAll() if the designated constraints aren't met.
AuthLoginRequestMultiError is an error wrapping multiple validation errors returned by AuthLoginRequest.ValidateAll() if the designated constraints aren't met.
AuthLoginResponseMultiError is an error wrapping multiple validation errors returned by AuthLoginResponse.ValidateAll() if the designated constraints aren't met.
AuthSettingsRequestMultiError is an error wrapping multiple validation errors returned by AuthSettingsRequest.ValidateAll() if the designated constraints aren't met.
AuthSettingsResponse_OidcSettingMultiError is an error wrapping multiple validation errors returned by AuthSettingsResponse_OidcSetting.ValidateAll() if the designated constraints aren't met.
AuthSettingsResponseMultiError is an error wrapping multiple validation errors returned by AuthSettingsResponse.ValidateAll() if the designated constraints aren't met.