Session

public final class Session

The session is the value object for the session of a user.

Constructors

Link copied to clipboard
public Session Session(String accessToken, Date expirationDate)

Functions

Link copied to clipboard
public final String getAccessToken()

The session's access token.

Link copied to clipboard
public final Date getExpirationDate()

The expiration date of the access token.

Properties

Link copied to clipboard
private final String accessToken

The session's access token.

Link copied to clipboard
private final Date expirationDate

The expiration date of the access token.