Contains configuration for the client to use different kinds of credential types during authentication, such as username/password, token, or custom credentials.

Hierarchy

  • SecurityConfig

Properties

custom?: any

Credentials to be used with custom authentication.

Credentials to be used with token-based authentication.

usernamePassword?: UsernamePasswordCredentials

Credentials to be used with username and password authentication.

Generated using TypeDoc