API version:
Show / Hide Table of Contents

Interface IAuthenticationResponse

Interface for authentication responses

Namespace: Okta.Auth.Sdk
Assembly: Okta.Auth.Sdk.dll
Syntax
public interface IAuthenticationResponse : IResource

Properties

AuthenticationStatus

Gets the authentication status

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

The authenitcation status

Embedded

Gets the embedded

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

The embedded

ExpiresAt

Gets the expires at

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

The expires at

Links

Gets the links

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

The links

RelayState

Gets the relay state

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

The relay state

SessionToken

Gets the session token

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

The session token

StateToken

Gets the state token

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

The state token

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