Name: AuthInfo

Used in OAuth 2 authentication.

Data Structure
{
   "typeId": "com.tintri.api.rest.vcommon.dto.rbac.AuthInfo",
   "authCode": <String>,
   "test": <Boolean>,
   "accessToken": <String>,
   "idToken": <String>,
}

Elements
NameTypeDescription
accessTokenxsd:stringThe access token. This value is not set by the user but is gotten from the token endpoint for use in creating a user session.
idTokenxsd:stringThe id token. This value is not set by the user but is gotten from the token endpoint for use in creating a user session.


Attributes
NameTypeDescription
authCodexsd:stringThe authorization code response sent to the redirect uri as part of the Authorization Code Grant workflow.
testxsd:booleanTrue user authentication without creating a session, used to test the login endpoint

Default: False