Added all necessary api endpoints for OpenID
This commit is contained in:
@@ -5,6 +5,9 @@ namespace HopFrame.Security.Authentication.OpenID.Models;
|
||||
public sealed class OpenIdToken {
|
||||
[JsonPropertyName("access_token")]
|
||||
public string AccessToken { get; set; }
|
||||
|
||||
[JsonPropertyName("refresh_token")]
|
||||
public string RefreshToken { get; set; }
|
||||
|
||||
[JsonPropertyName("token_type")]
|
||||
public string TokenType { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user