authRequestId property
The ID of the Auth Request, as obtained from the redirect URL.
Implementation
@$pb.TagNumber(1)
$core.String get authRequestId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set authRequestId($core.String value) => $_setString(0, value);