Initial Commit ...
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace xCommons.Constants {
|
||||
public partial struct XAuthorization {
|
||||
public const string TokenIdentifier = "Bearer ";
|
||||
public const string Header = "Authorization";
|
||||
public const string AccessToken = "access_token";
|
||||
public const string RefreshToken = "refresh_token";
|
||||
public const string ExpiresAt = "expires_at";
|
||||
public const string AccessTokenExpired = "AccessToken-Expired";
|
||||
public const string RevisionChecksum = "revision_checksum";
|
||||
public const string XPoweredBy = "X-PoweredBy";
|
||||
public const int ThresholdBeforeTokenExpiration = 600;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user