Show / Hide Table of Contents

Class ClientCredentialsResult

The client credentials result.

Inheritance
object
ClientCredentialsResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public class ClientCredentialsResult

Properties

AccessToken

Gets or sets the access token.

Declaration
public string? AccessToken { get; set; }
Property Value
Type Description
string

The access token.

Scope

Gets or sets the scope.

Declaration
public string? Scope { get; set; }
Property Value
Type Description
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
DateTime?

The UTC time when the access token expires.

In this article
Back to top Copyright © ComponentSpace Pty Ltd 2022-2026. All rights reserved.