AuthCustomTokenExchangeOptions constructor
const
AuthCustomTokenExchangeOptions({})
Implementation
const AuthCustomTokenExchangeOptions({
required this.subjectToken,
required this.subjectTokenType,
this.audience,
this.scopes = const {},
this.organization,
});