TOauth2AuthenticateBody constructor
const
TOauth2AuthenticateBody({})
Implementation
const TOauth2AuthenticateBody({
this.timestampMs,
this.organizationId,
required this.oauth2CredentialId,
required this.authCode,
required this.redirectUri,
required this.codeVerifier,
this.nonce,
this.bearerTokenTargetPublicKey,
});