Authenticator constructor

Authenticator(
  1. DRAWConfigContext config,
  2. AuthorizationCodeGrant grant
)

Implementation

Authenticator(DRAWConfigContext config, oauth2.AuthorizationCodeGrant grant)
    : _config = config,
      _grant = grant;