Class UserCredentialsResult
The user credentials result.
Inheritance
System.Object
UserCredentialsResult
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: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public class UserCredentialsResult
Properties
AccessToken
Gets or sets the access token.
Declaration
public string AccessToken { get; set; }
Property Value
Type | Description |
---|---|
System.String | The access token. |
RefreshToken
Gets or sets the refresh token.
Declaration
public string RefreshToken { get; set; }
Property Value
Type | Description |
---|---|
System.String | The refresh token. |
Scope
Gets or sets the scope.
Declaration
public string Scope { get; set; }
Property Value
Type | Description |
---|---|
System.String | The scope. |
UtcAccessTokenExpiresAt
Gets or sets the UTC time when the access token expires.
Declaration
public DateTime? UtcAccessTokenExpiresAt { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTime> | The UTC time when the access token expires. |