Structs§
- Cluster
Role Scope Restriction - ClusterRoleScopeRestriction describes restrictions on cluster role scopes
- OAuth
Access Token - OAuthAccessToken describes an OAuth access token
- OAuth
Authorize Token - OAuthAuthorizeToken describes an OAuth authorization token
- OAuth
Client - OAuthClient describes an OAuth client
- OAuth
Client Authorization - OAuthClientAuthorization describes an authorization created by an OAuth client
- ReadO
Auth Access Token Optional - Optional parameters of
OAuthAccessToken::read_o_auth_access_token
- ReadO
Auth Authorize Token Optional - Optional parameters of
OAuthAuthorizeToken::read_o_auth_authorize_token
- ReadO
Auth Client Authorization Optional - Optional parameters of
OAuthClientAuthorization::read_o_auth_client_authorization
- ReadO
Auth Client Optional - Optional parameters of
OAuthClient::read_o_auth_client
- Scope
Restriction - ScopeRestriction describe one restriction on scopes. Exactly one option must be non-nil.
Enums§
- ReadO
Auth Access Token Response - Use
<ReadOAuthAccessTokenResponse as Response>::try_from_parts
to parse the HTTP response body ofOAuthAccessToken::read_o_auth_access_token
- ReadO
Auth Authorize Token Response - Use
<ReadOAuthAuthorizeTokenResponse as Response>::try_from_parts
to parse the HTTP response body ofOAuthAuthorizeToken::read_o_auth_authorize_token
- ReadO
Auth Client Authorization Response - Use
<ReadOAuthClientAuthorizationResponse as Response>::try_from_parts
to parse the HTTP response body ofOAuthClientAuthorization::read_o_auth_client_authorization
- ReadO
Auth Client Response - Use
<ReadOAuthClientResponse as Response>::try_from_parts
to parse the HTTP response body ofOAuthClient::read_o_auth_client