create static method

WebAuthenticator create(
  1. DRAWConfigContext config,
  2. AuthorizationCodeGrant grant
)

Implementation

static WebAuthenticator create(
        DRAWConfigContext config, oauth2.AuthorizationCodeGrant grant) =>
    WebAuthenticator._(config, grant);