toAuthenticationToken method

AuthenticationToken toAuthenticationToken()

Implementation

AuthenticationToken toAuthenticationToken() => AuthenticationToken(
  token: this.token,
  creationTime: this.creationTime,
  validity: this.validity,
);