authStrategy property

String authStrategy
getter/setter pair

The authentication strategy used for this session.

Stores the AuthStrategy used to generate this authentication response. Stored as string to allow users to extend with custom authentication methods.

Implementation

String authStrategy;