authRequestId property

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

The ID of the Auth Request, as obtained from the redirect URL.

Implementation

@$pb.TagNumber(1)
$core.String get authRequestId => $_getSZ(0);
  1. @TagNumber.new(1)
set authRequestId (String value)

Implementation

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