idpIntentId property

  1. @TagNumber.new(1)
String get idpIntentId

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

Implementation

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