Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • SecurityConfig

Index

Properties

Optional custom

custom: any

Credentials to be used with custom authentication.

Optional token

token: TokenCredentials

Credentials to be used with token-based authentication.

Optional usernamePassword

usernamePassword: UsernamePasswordCredentials

Credentials to be used with username and password authentication.

Generated using TypeDoc