API version:
Show / Hide Table of Contents

Class AuthenticationRequest

This class represents the body of the authentication request

Inheritance
System.Object
Resource
AuthenticationRequest
Inherited Members
Resource.GetClient()
Namespace: Okta.Auth.Sdk.Models
Assembly: Okta.Auth.Sdk.dll
Syntax
public class AuthenticationRequest : Resource

Properties

ActivationToken

Gets or sets the activation token

Declaration
public string ActivationToken { get; set; }
Property Value
Type Description
System.String

The activation token

Audience

Gets or sets the audience

Declaration
public string Audience { get; set; }
Property Value
Type Description
System.String

The audience

Context

Gets or sets the context

Declaration
public AuthenticationRequestContext Context { get; set; }
Property Value
Type Description
AuthenticationRequestContext

The context

Options

Gets or sets the authentication options

Declaration
public AuthenticationRequestOptions Options { get; set; }
Property Value
Type Description
AuthenticationRequestOptions

The authentication options

Password

Gets or sets the password

Declaration
public string Password { get; set; }
Property Value
Type Description
System.String

The password

RelayState

Gets or sets the relay state

Declaration
public string RelayState { get; set; }
Property Value
Type Description
System.String

The relay state

StateToken

Gets or sets the state token

Declaration
public string StateToken { get; set; }
Property Value
Type Description
System.String

The state token

Username

Gets or sets the username

Declaration
public string Username { get; set; }
Property Value
Type Description
System.String

The username

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