toAuthenticationTokenDto method

AuthenticationTokenDto toAuthenticationTokenDto()

Implementation

AuthenticationTokenDto toAuthenticationTokenDto() => AuthenticationTokenDto(
      token: this.token,
      creationTime: this.creationTime,
      validity: this.validity,
    );