oauth

Installs the OAuth Authentication provider. OAuth can be used to authorize users of your application by using external providers, such as Google, Facebook, Twitter, and so on. To learn how to configure it, see OAuth.

Report a problem


fun AuthenticationConfig.oauth(name: String? = null, description: String? = null, configure: OAuthAuthenticationProvider.Config.() -> Unit)(source)

Installs the OAuth Authentication provider with description. OAuth can be used to authorize users of your application by using external providers, such as Google, Facebook, Twitter, and so on. To learn how to configure it, see OAuth.

Report a problem