Name | Description |
---|---|
x.UseGoogleAuth(state, clientId, clientSecret, callbackPath, jsonToClaimMap)
Signature:
(state:ApplicationState * clientId:string * clientSecret:string * callbackPath:string * jsonToClaimMap:seq
CE Custom Operation:
use_google_oauth
|
Enables default Google OAuth authentication.
|
x.UseGoogleAuthWithConfig(state, config)
Signature:
(state:ApplicationState * config:(GoogleOptions -> unit)) -> ApplicationState
CE Custom Operation:
use_google_oauth_with_config
|
Enables Google OAuth authentication with custom configuration |
x.UseGithubAuth(state, clientId, clientSecret, callbackPath, jsonToClaimMap)
Signature:
(state:ApplicationState * clientId:string * clientSecret:string * callbackPath:string * jsonToClaimMap:seq
CE Custom Operation:
use_github_oauth
|
Enables default GitHub OAuth authentication.
|
x.UseGithubAuthWithConfig(state, config)
Signature:
(state:ApplicationState * config:(OAuthOptions -> unit)) -> ApplicationState
CE Custom Operation:
use_github_oauth_with_config
|
Enables GitHub OAuth authentication with custom configuration |
x.UseAzureADAuth(state, tenantId, clientId, clientSecret, callbackPath, scopes, jsonToClaimMap)
Signature:
(state:ApplicationState * tenantId:string * clientId:string * clientSecret:string * callbackPath:string * scopes:seq
CE Custom Operation:
use_azuread_oauth
|
Enalbes default Azure AD OAuth authentication.
|
x.UseAzureADAuthWithConfig(state, config)
Signature:
(state:ApplicationState * config:(OAuthOptions -> unit)) -> ApplicationState
CE Custom Operation:
use_azuread_oauth_with_config
|
Enables AzureAD OAuth authentication with custom configuration |
x.UseOpenIdAuthWithConfig(state, config)
Signature:
(state:ApplicationState * config:Action
CE Custom Operation:
use_open_id_auth_with_config
|
Enables OpenId authentication with custom configuration |