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