idpIntentToken property

  1. @TagNumber.new(2)
String get idpIntentToken

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);
  1. @TagNumber.new(2)
set idpIntentToken (String value)

Implementation

@$pb.TagNumber(2)
set idpIntentToken($core.String value) => $_setString(1, value);