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(9)
$core.String get transientMappingAttributeName => $_getSZ(8);
Implementation
@$pb.TagNumber(9)
set transientMappingAttributeName($core.String value) =>
$_setString(8, value);