OidcTokenRefreshResult

constructor(accessToken: String, refreshToken: String? = null, expiresIn: Duration? = null, tokenType: String, scope: String? = null, idToken: OidcToken.Id? = null)(source)