API version:
Show / Hide Table of Contents

Class AuthenticationResponse

This class represents the authentication response

Inheritance
System.Object
Resource
AuthenticationResponse
Implements
IAuthenticationResponse
IResource
Inherited Members
Resource.GetClient()
Namespace: Okta.Auth.Sdk
Assembly: Okta.Auth.Sdk.dll
Syntax
public class AuthenticationResponse : Resource, IAuthenticationResponse, IResource

Properties

AuthenticationStatus

Gets the authentication status

Declaration
public AuthenticationStatus AuthenticationStatus { get; }
Property Value
Type Description
AuthenticationStatus

The authenitcation status

Embedded

Gets the embedded

Declaration
public Resource Embedded { get; }
Property Value
Type Description
Resource

The embedded

ExpiresAt

Gets the expires at

Declaration
public DateTimeOffset? ExpiresAt { get; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

The expires at

Links

Gets the links

Declaration
public Resource Links { get; }
Property Value
Type Description
Resource

The links

RelayState

Gets the relay state

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

The relay state

SessionToken

Gets the session token

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

The session token

StateToken

Gets the state token

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

The state token

Implements

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