Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 280 Bytes

File metadata and controls

20 lines (12 loc) · 280 Bytes

Protocol

The authentication protocol used to sign in.

Example Usage

import com.clerk.backend_api.models.components.Protocol;

Protocol value = Protocol.OAUTH;

Values

Name Value
OAUTH oauth
SAML saml