Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 2.05 KB

V1OAuthAuthorizeToken.md

File metadata and controls

21 lines (17 loc) · 2.05 KB

V1OAuthAuthorizeToken

Properties

Name Type Description Notes
apiVersion string APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources [optional]
clientName string ClientName references the client that created this token. [optional]
codeChallenge string CodeChallenge is the optional code_challenge associated with this authorization code, as described in rfc7636 [optional]
codeChallengeMethod string CodeChallengeMethod is the optional code_challenge_method associated with this authorization code, as described in rfc7636 [optional]
expiresIn int ExpiresIn is the seconds from CreationTime before this token expires. [optional]
kind string Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds [optional]
metadata \UniversityOfAdelaide\OpenShift\Model\V1ObjectMeta Standard object's metadata. [optional]
redirectURI string RedirectURI is the redirection associated with the token. [optional]
scopes string[] Scopes is an array of the requested scopes. [optional]
state string State data from request [optional]
userName string UserName is the user name associated with this token [optional]
userUID string UserUID is the unique UID associated with this token. UserUID and UserName must both match for this token to be valid. [optional]

[Back to Model list] [Back to API list] [Back to README]