sec: to establish the ownership of the token for the first one who received it
This commit is contained in:
@ -5,5 +5,8 @@ internal class OAuthUserExtension
|
||||
public string? Message { get; set; }
|
||||
public bool IsSuccess { get; set; }
|
||||
public required OAuthProvider? Provider { get; set; }
|
||||
public string? UserAgent { get; set; } = null;
|
||||
public string? Ip { get; set; } = null;
|
||||
public string? Fingerprint { get; set; } = null;
|
||||
public OAuthUser? User { get; set; }
|
||||
}
|
Reference in New Issue
Block a user