SecuritySchemeType
@quik/authorization / SecuritySchemeType
Enumeration: SecuritySchemeType
Defined in: authorization/src/schemes/types.ts:1
Enumeration Members
API_KEY
API_KEY:
"apiKey"
Defined in: authorization/src/schemes/types.ts:3
HTTP
HTTP:
"http"
Defined in: authorization/src/schemes/types.ts:2
OAUTH2
OAUTH2:
"oauth2"
Defined in: authorization/src/schemes/types.ts:5
OPEN_ID
OPEN_ID:
"openIdConnect"
Defined in: authorization/src/schemes/types.ts:4