session property

  1. @TagNumber.new(2)
Session get session

The session of the authenticated user, to finalize the authorization request.

Implementation

@$pb.TagNumber(2)
Session get session => $_getN(1);
  1. @TagNumber.new(2)
set session (Session value)

Implementation

@$pb.TagNumber(2)
set session(Session value) => $_setField(2, value);