WHAT YOU'LL LEARN
  • How to use the builder and factory APIs?
  • How to import and use each exported item?

Overview
anchor

This page documents everything exported from webiny/api/security. Import any of the items below directly from this path in your Webiny extensions.

Services
anchor

ApiKeyFactory
anchor

Abstraction — imported from webiny/api/security

Interface ApiKeyFactory.Interface:

Types:

Usage:

extensions/MyImpl.ts

Authenticator
anchor

Abstraction — imported from webiny/api/security

Interface Authenticator.Interface:

Types:

Usage:

extensions/MyImpl.ts

Authorizer
anchor

Abstraction — imported from webiny/api/security

Interface Authorizer.Interface:

Types:

Usage:

extensions/MyImpl.ts

IdentityContext
anchor

Abstraction — imported from webiny/api/security

Interface IdentityContext.Interface:

Types:

Usage:

extensions/MyImpl.ts

IdentityProvider
anchor

Abstraction — imported from webiny/api/security

Interface IdentityProvider.Interface:

Types:

Usage:

extensions/MyImpl.ts

JwtIdentityProvider
anchor

Abstraction — imported from webiny/api/security

Interface JwtIdentityProvider.Interface:

Types:

Usage:

extensions/MyImpl.ts

OidcIdentityProvider
anchor

Abstraction — imported from webiny/api/security

Interface OidcIdentityProvider.Interface:

Types:

Usage:

extensions/MyImpl.ts

Types & Classes
anchor

ApiToken
anchor

Class — imported from webiny/api/security