issuer property
SAML entityID of the application that created the SAMLRequest.
Implementation
@$pb.TagNumber(3)
$core.String get issuer => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set issuer($core.String value) => $_setString(2, value);
SAML entityID of the application that created the SAMLRequest.
@$pb.TagNumber(3)
$core.String get issuer => $_getSZ(2);
@$pb.TagNumber(3)
set issuer($core.String value) => $_setString(2, value);