registerAuthenticationProvider
fun registerAuthenticationProvider(id: String, label: String, provider: AuthenticationProvider, options: AuthenticationProviderOptions = definedExternally): Disposable(source)
Register an authentication provider.
There can only be one provider per id and an error is being thrown when an id has already been used by another provider. Ids are case-sensitive.
Parameters
id
The unique identifier of the provider.
label
The human-readable name of the provider.
provider
The authentication provider provider.
options
Additional options for the provider.