Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 617 Bytes

ScimAuthenticationScheme.md

File metadata and controls

27 lines (15 loc) · 617 Bytes

ScimAuthenticationScheme

Properties

Name Type Description Notes
description String A description of the authentication scheme.
name String The common authentication scheme name
type TypeEnum The authentication scheme.

Enum: TypeEnum

Name Value
OAUTH "oauth"
OAUTH2 "oauth2"
OAUTHBEARERTOKEN "oauthbearertoken"
HTTPBASIC "httpbasic"
HTTPDIGEST "httpdigest"