API version:
Show / Hide Table of Contents

Class SessionAuthenticationMethod

An enumeration of SessionAuthenticationMethod values in the Okta API.

Inheritance
System.Object
StringEnum
SessionAuthenticationMethod
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 SessionAuthenticationMethod : StringEnum, IComparable

Constructors

SessionAuthenticationMethod(String)

Creates a new SessionAuthenticationMethod instance.

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

The value to use.

Fields

Fingerprint

The fpt SessionAuthenticationMethod.

Declaration
public static SessionAuthenticationMethod Fingerprint
Field Value
Type Description
SessionAuthenticationMethod

Geolocation

The geo SessionAuthenticationMethod.

Declaration
public static SessionAuthenticationMethod Geolocation
Field Value
Type Description
SessionAuthenticationMethod

HardwareKey

The hwk SessionAuthenticationMethod.

Declaration
public static SessionAuthenticationMethod HardwareKey
Field Value
Type Description
SessionAuthenticationMethod

KnowledgeBased

The kba SessionAuthenticationMethod.

Declaration
public static SessionAuthenticationMethod KnowledgeBased
Field Value
Type Description
SessionAuthenticationMethod

Multifactor

The mfa SessionAuthenticationMethod.

Declaration
public static SessionAuthenticationMethod Multifactor
Field Value
Type Description
SessionAuthenticationMethod

OneTimePassword

The otp SessionAuthenticationMethod.

Declaration
public static SessionAuthenticationMethod OneTimePassword
Field Value
Type Description
SessionAuthenticationMethod

Password

The pwd SessionAuthenticationMethod.

Declaration
public static SessionAuthenticationMethod Password
Field Value
Type Description
SessionAuthenticationMethod

Sms

The sms SessionAuthenticationMethod.

Declaration
public static SessionAuthenticationMethod Sms
Field Value
Type Description
SessionAuthenticationMethod

SoftwareKey

The swk SessionAuthenticationMethod.

Declaration
public static SessionAuthenticationMethod SoftwareKey
Field Value
Type Description
SessionAuthenticationMethod

Telephone

The tel SessionAuthenticationMethod.

Declaration
public static SessionAuthenticationMethod Telephone
Field Value
Type Description
SessionAuthenticationMethod

Operators

Implicit(String to SessionAuthenticationMethod)

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

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

The value to use

Returns
Type Description
SessionAuthenticationMethod

Implements

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