Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (13 loc) · 576 Bytes

ScimAuthenticationScheme.md

File metadata and controls

28 lines (13 loc) · 576 Bytes

EZmaxApiDefinitionFull.ScimAuthenticationScheme

Properties

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

Enum: TypeEnum

  • oauth (value: "oauth")

  • oauth2 (value: "oauth2")

  • oauthbearertoken (value: "oauthbearertoken")

  • httpbasic (value: "httpbasic")

  • httpdigest (value: "httpdigest")