sessionId property
ID of the session, used to login the user. Connects the session to the SAML Request.
Implementation
@$pb.TagNumber(1)
$core.String get sessionId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set sessionId($core.String value) => $_setString(0, value);