TokenEndpointResponse

Helper class to parse a token refresh response.

Constructors

Link copied to clipboard
constructor(callbackUrlParams: Map<String, String>, additionalOauthKeys: List<String>)
Parameterized constructor built from params during user agent login flow.
constructor(callbackUrlParams: Map<String, String>)
Parameterized constructor built from params during user agent login flow.
constructor(response: Response, additionalOauthKeys: List<String>)
Parameterized constructor built from refresh flow response or code exchange response (web server login flow).
constructor(response: Response)
Parameterized constructor built from refresh flow response or code exchange response (web server login flow).

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var authToken: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var code: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var contentSid: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var csrfToken: String
Link copied to clipboard
open var idToken: String
Link copied to clipboard
open var idUrl: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var orgId: String
Link copied to clipboard
open var parentSid: String
Link copied to clipboard
Link copied to clipboard
open var scope: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var tokenType: String
Link copied to clipboard
open var userId: String
Link copied to clipboard
open var vfDomain: String
Link copied to clipboard
open var vfSid: String