restore static method

WebAuthenticator restore(
  1. DRAWConfigContext config,
  2. String credentialsJson
)

Implementation

static WebAuthenticator restore(
        DRAWConfigContext config, String credentialsJson) =>
    WebAuthenticator._restore(config, credentialsJson);