AuthToken

Namespace: ASPSecurityKit
Assembly: ASPSecurityKit.dll

Summary

Defines the representation names of different auth token methods which you can override with custom name if so required.

Members

HeaderHmac

Summary

Indicates the scheme name (in authorization header) of default HMAC auth token. The default is “ask-hmac”.

QSHmac

Summary

Indicates the key name (in URL query string) of default HMAC auth token. The default is “AskAuth”.

QSServiceHmac

Summary

Indicates the key name (in query string) of Service HMAC auth token. The default is “AskSHTAuth”.

Summary

Indicates the auth cookie name. The default is “AskAuth”.

QSServiceKey

Summary

Indicates the key name (in query string) of the ServiceKey based auth token. The default is “AskKey”.