API version:
Show / Hide Table of Contents

Class OktaDefaults

This class contains Okta defaults

Inheritance
System.Object
OktaDefaults
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Okta.Auth.Sdk
Assembly: Okta.Auth.Sdk.dll
Syntax
public static class OktaDefaults

Fields

DuoProvider

Duo

Declaration
public const string DuoProvider = "DUO"
Field Value
Type Description
System.String

FidoProvider

FIDO

Declaration
public const string FidoProvider = "FIDO"
Field Value
Type Description
System.String

GoogleProvider

Google

Declaration
public const string GoogleProvider = "GOOGLE"
Field Value
Type Description
System.String

OktaProvider

Okta

Declaration
public const string OktaProvider = "OKTA"
Field Value
Type Description
System.String

RsaProvider

RSA

Declaration
public const string RsaProvider = "RSA"
Field Value
Type Description
System.String

SymantecProvider

Symantec

Declaration
public const string SymantecProvider = "SYMANTEC"
Field Value
Type Description
System.String

YubiKeyProvider

Yubico

Declaration
public const string YubiKeyProvider = "YUBICO"
Field Value
Type Description
System.String
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.