API version:
Show / Hide Table of Contents

Class AuthenticationProviderType

An enumeration of AuthenticationProviderType values in the Okta API.

Inheritance
System.Object
StringEnum
AuthenticationProviderType
Implements
System.IComparable
Inherited Members
StringEnum.Value
StringEnum.ToString()
StringEnum.Equals(Object)
StringEnum.GetHashCode()
StringEnum.CompareTo(Object)
StringEnum.Create<T>(String)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class AuthenticationProviderType : StringEnum, IComparable

Constructors

AuthenticationProviderType(String)

Creates a new AuthenticationProviderType instance.

Declaration
public AuthenticationProviderType(string value)
Parameters
Type Name Description
System.String value

The value to use.

Fields

ActiveDirectory

The ACTIVE_DIRECTORY AuthenticationProviderType.

Declaration
public static AuthenticationProviderType ActiveDirectory
Field Value
Type Description
AuthenticationProviderType

Federation

The FEDERATION AuthenticationProviderType.

Declaration
public static AuthenticationProviderType Federation
Field Value
Type Description
AuthenticationProviderType

Import

The IMPORT AuthenticationProviderType.

Declaration
public static AuthenticationProviderType Import
Field Value
Type Description
AuthenticationProviderType

Ldap

The LDAP AuthenticationProviderType.

Declaration
public static AuthenticationProviderType Ldap
Field Value
Type Description
AuthenticationProviderType

Okta

The OKTA AuthenticationProviderType.

Declaration
public static AuthenticationProviderType Okta
Field Value
Type Description
AuthenticationProviderType

Social

The SOCIAL AuthenticationProviderType.

Declaration
public static AuthenticationProviderType Social
Field Value
Type Description
AuthenticationProviderType

Operators

Implicit(String to AuthenticationProviderType)

Implicit operator declaration to accept and convert a string value as a AuthenticationProviderType

Declaration
public static implicit operator AuthenticationProviderType(string value)
Parameters
Type Name Description
System.String value

The value to use

Returns
Type Description
AuthenticationProviderType

Implements

System.IComparable
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.