Interface IUserActivationToken
Represents a UserActivationToken resource in the Okta API.
Inherited Members
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface IUserActivationToken : IResource
Properties
ActivationToken
Declaration
string ActivationToken { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
ActivationUrl
Declaration
string ActivationUrl { get; }
Property Value
| Type | Description |
|---|---|
| System.String |