OAuth2TokenResponse

constructor(tokenType: String, issuedTokenType: String? = null, idToken: String? = null, accessToken: String?, refreshToken: String? = null, expiresIn: Int = 0, scope: String? = null)