OpenIdConnectSignInResponse Class |
Namespace: PSI.Sox
public class OpenIdConnectSignInResponse
The OpenIdConnectSignInResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| OpenIdConnectSignInResponse | Initializes a new instance of the OpenIdConnectSignInResponse class |
| Name | Description | |
|---|---|---|
| access_token |
Get or set access_token
| |
| client_id |
Get or set client_id
| |
| expires_in |
Get or set expires_in
| |
| id_token |
Get or set id_token
| |
| scope |
Get or set scope
| |
| state |
Get or set state
| |
| token |
Get or set token
| |
| token_type |
Get or set token_type
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |