domain/model/session library
Classes
- AccessToken
- Token used for authenticating a Session.
- AccessTokenSecret
- Type of AccessToken's secret.
- Credentials
- Container of a AccessToken and a RefreshToken representing the current MyUser credentials.
- IpAddress
- Either an IPv4 or IPv6 address.
- IpGeoLocation
- Geographical location information regarding certain IpAddress.
- RefreshToken
- Token used for refreshing a Session.
- RefreshTokenSecret
- Type of RefreshToken's secret.
- Session
- Session of a MyUser being signed-in.
- SessionId
- Type of Session's ID.
- UserAgent
- Type of MyUser's user agent.