transientMappingAttributeName property
Optionally specify the name of the attribute, which will be used to map the user
in case the nameid-format returned is urn:oasis:names:tc:SAML:2.0:nameid-format:transient.
Implementation
@$pb.TagNumber(8)
$core.String get transientMappingAttributeName => $_getSZ(7);
Implementation
@$pb.TagNumber(8)
set transientMappingAttributeName($core.String value) =>
$_setString(7, value);