Skip to content

Commit

Permalink
Update Authentication.md
Browse files Browse the repository at this point in the history
Co-authored-by: Norbert Biczo <pyrooka@users.noreply.github.com>
  • Loading branch information
dpopp07 and pyrooka committed Oct 21, 2021
1 parent c2ae78f commit 7b07815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The node-sdk-core allows an authenticator to be specified in one of two ways:
desired authenticator and then passes the authenticator instance when constructing an instance of the service.
2. configuration - the SDK user provides external configuration information (in the form of environment variables
or a credentials file) to indicate the type of authenticator, along with the configuration of the necessary properties
for that authenticator. The SDK user then invokes the configuration-based authenticator factory to construct an instance
for that authenticator. The SDK user then invokes the configuration-based authenticator factory to construct an instance
of the authenticator that is described in the external configuration information.

The sections below will provide detailed information for each authenticator
Expand Down

0 comments on commit 7b07815

Please sign in to comment.