Class AuthenticateWithActivationTokenOptions
This class contains all the request parameters for performing a primary authentication request
Inheritance
System.Object
AuthenticateWithActivationTokenOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Okta.Auth.Sdk
Assembly: Okta.Auth.Sdk.dll
Syntax
public class AuthenticateWithActivationTokenOptions
Properties
ActivationToken
Gets or sets the activation token
Declaration
public string ActivationToken { get; set; }
Property Value
Type | Description |
---|---|
System.String | The activation token |
UserAgent
Gets or sets the user agent.
Declaration
public string UserAgent { get; set; }
Property Value
Type | Description |
---|---|
System.String | The user agent. |
XForwardedFor
Gets or sets the value for x-forwarded-for
header.
Declaration
public string XForwardedFor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value for |