AuthenticationInfo constructor

AuthenticationInfo(
  1. int authenticatedUserId,
  2. Set<Scope> scopes
)

Creates a new AuthenticationInfo.

Implementation

AuthenticationInfo(this.authenticatedUserId, this.scopes);