Module v1

Source

Structs§

ClusterRoleScopeRestriction
ClusterRoleScopeRestriction describes restrictions on cluster role scopes
OAuthAccessToken
OAuthAccessToken describes an OAuth access token
OAuthAuthorizeToken
OAuthAuthorizeToken describes an OAuth authorization token
OAuthClient
OAuthClient describes an OAuth client
OAuthClientAuthorization
OAuthClientAuthorization describes an authorization created by an OAuth client
ReadOAuthAccessTokenOptional
Optional parameters of OAuthAccessToken::read_o_auth_access_token
ReadOAuthAuthorizeTokenOptional
Optional parameters of OAuthAuthorizeToken::read_o_auth_authorize_token
ReadOAuthClientAuthorizationOptional
Optional parameters of OAuthClientAuthorization::read_o_auth_client_authorization
ReadOAuthClientOptional
Optional parameters of OAuthClient::read_o_auth_client
ScopeRestriction
ScopeRestriction describe one restriction on scopes. Exactly one option must be non-nil.

Enums§

ReadOAuthAccessTokenResponse
Use <ReadOAuthAccessTokenResponse as Response>::try_from_parts to parse the HTTP response body of OAuthAccessToken::read_o_auth_access_token
ReadOAuthAuthorizeTokenResponse
Use <ReadOAuthAuthorizeTokenResponse as Response>::try_from_parts to parse the HTTP response body of OAuthAuthorizeToken::read_o_auth_authorize_token
ReadOAuthClientAuthorizationResponse
Use <ReadOAuthClientAuthorizationResponse as Response>::try_from_parts to parse the HTTP response body of OAuthClientAuthorization::read_o_auth_client_authorization
ReadOAuthClientResponse
Use <ReadOAuthClientResponse as Response>::try_from_parts to parse the HTTP response body of OAuthClient::read_o_auth_client