Table of Contents

Class OpenIdTokenResponse

Namespace
Steeltoe.Security.Authentication.CloudFoundry
Assembly
Steeltoe.Security.Authentication.CloudFoundryBase.dll
public class OpenIdTokenResponse
Inheritance
OpenIdTokenResponse
Inherited Members

Properties

AccessToken

[JsonPropertyName("access_token")]
public string AccessToken { get; set; }

Property Value

string

ExpiresIn

[JsonPropertyName("expires_in")]
public int ExpiresIn { get; set; }

Property Value

int

IdentityToken

[JsonPropertyName("id_token")]
public string IdentityToken { get; set; }

Property Value

string

RefreshToken

[JsonPropertyName("refresh_token")]
public string RefreshToken { get; set; }

Property Value

string

Scope

[JsonPropertyName("scope")]
public string Scope { get; set; }

Property Value

string

TokenType

[JsonPropertyName("token_type")]
public string TokenType { get; set; }

Property Value

string