idpIntentToken property
The token of the idp intent, previously returned on the success response of the IDP callback.
Implementation
@$pb.TagNumber(2)
$core.String get idpIntentToken => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set idpIntentToken($core.String value) => $_setString(1, value);