Class AuthenticationRequestContext
This class represents the context of the authentication request
Inherited Members
Namespace: Okta.Auth.Sdk.Models
Assembly: Okta.Auth.Sdk.dll
Syntax
public class AuthenticationRequestContext : Resource
Properties
DeviceToken
Gets or sets the device token
Declaration
public string DeviceToken { get; set; }
Property Value
Type | Description |
---|---|
System.String | The device token |