AuthenticationResponse constructor
AuthenticationResponse({})
Returns a new AuthenticationResponse instance.
Implementation
AuthenticationResponse({
this.accessToken,
this.expiresIn,
this.refreshExpiresIn,
this.refreshToken,
this.tokenType,
this.notBeforePolicy,
this.sessionState,
this.scope,
});