session property
The session of the authenticated user, to finalize the authorization request.
Implementation
@$pb.TagNumber(2)
Session get session => $_getN(1);
Implementation
@$pb.TagNumber(2)
set session(Session value) => $_setField(2, value);
The session of the authenticated user, to finalize the authorization request.
@$pb.TagNumber(2)
Session get session => $_getN(1);
@$pb.TagNumber(2)
set session(Session value) => $_setField(2, value);