TokenResponseParameters

constructor(accessToken: String, refreshToken: String? = null, tokenType: String, expires: Duration, scope: String? = null, clientNonce: String? = null, clientNonceExpiresIn: Duration? = null, authorizationPending: Boolean? = null, interval: Duration? = null, authorizationDetails: Set<AuthorizationDetails>? = null)(source)