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

Latest commit

 

History

History
25 lines (20 loc) · 1.91 KB

PatchedOAuth2ProviderRequest.md

File metadata and controls

25 lines (20 loc) · 1.91 KB

PatchedOAuth2ProviderRequest

Properties

Name Type Description Notes
name kotlin.String [optional]
authenticationFlow java.util.UUID Flow used for authentication when the associated application is accessed by an un-authenticated user. [optional]
authorizationFlow java.util.UUID Flow used when authorizing this provider. [optional]
propertyMappings kotlin.collections.List<java.util.UUID> [optional]
clientType ClientTypeEnum [optional]
clientId kotlin.String [optional]
clientSecret kotlin.String [optional]
accessCodeValidity kotlin.String Access codes not valid on or after current time + this value (Format: hours=1;minutes=2;seconds=3). [optional]
accessTokenValidity kotlin.String Tokens not valid on or after current time + this value (Format: hours=1;minutes=2;seconds=3). [optional]
refreshTokenValidity kotlin.String Tokens not valid on or after current time + this value (Format: hours=1;minutes=2;seconds=3). [optional]
includeClaimsInIdToken kotlin.Boolean Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. [optional]
signingKey java.util.UUID Key used to sign the tokens. Only required when JWT Algorithm is set to RS256. [optional]
redirectUris kotlin.String Enter each URI on a new line. [optional]
subMode SubModeEnum [optional]
issuerMode IssuerModeEnum [optional]
jwksSources kotlin.collections.List<java.util.UUID> [optional]