Class OpenIdTokenResponse
Inheritance
System.Object
OpenIdTokenResponse
Assembly: Steeltoe.Security.Authentication.CloudFoundryBase.dll
Syntax
public class OpenIdTokenResponse : object
Properties
|
Edit this page
View Source
AccessToken
Declaration
public string AccessToken { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ExpiresIn
Declaration
public int ExpiresIn { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
IdentityToken
Declaration
public string IdentityToken { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
RefreshToken
Declaration
public string RefreshToken { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Scope
Declaration
public string Scope { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
TokenType
Declaration
public string TokenType { get; set; }
Property Value
Type |
Description |
System.String |
|