AcceptServiceHmacTokenAttribute

Namespace: ASPSecurityKit.ServiceStack
Assembly: ASPSecurityKit.ServiceStack.dll

Summary

Attribute to indicate that the associated request allows service HMAC token based authentication.

Constructors

#ctor(applyTo)

Summary

Initializes a new instance of the AcceptServiceHmacTokenAttribute class.

Parameters
Name Type Description
applyTo ServiceStack.ApplyTo Determines to which http method call it applies.

Properties

JustTheseQueryParams

Summary

Gets or sets the queryString parameters to consider for service HMAC computation.

Value

The queryString parameters to consider for service HMAC computation.

ValidForDays

Summary

Gets or sets the days component of the token validity.

Value

The days component of the token validity.

ValidForHours

Summary

Gets or sets the hours component of the token validity.

Value

The hours component of the token validity.

ValidForMinutes

Summary

Gets or sets the minutes component of the token validity.

Value

The minutes component of the token validity.

ValidFor

Summary

Gets the token validity period.

Value

The token validity period.

ASPSecurityKit#AuthProviders#IServiceHmacTokenDetails#Verb

Summary

Gets the request verb (HTTP method) expected for the URL being signed with SHT.

Value

The request verb (HTTP method) expected for the URL being signed with SHT.