Class: HawkServiceParameters
Extends
ServiceParameters
Constructors
new HawkServiceParameters(params)
new HawkServiceParameters(
params
):HawkServiceParameters
Parameters
• params: any
Returns
Overrides
ServiceParameters.constructor
Inherit Doc
Source
Properties
dynamicSessionKey?
dynamicSessionKey?:
string
If specified will verify the signature match the key store in session
Source
keysStore?
keysStore?:
string
Key store name
Default
'apikeys'
Source
openapi?
openapi?:
OpenAPIWebdaDefinition
OpenAPI override
Schema Ignore
Inherited from
ServiceParameters.openapi
Source
core/lib/services/service.d.ts:104
redirectUris?
redirectUris?:
string
[]
Allowed redirection with CSRF
Source
redirectUrl?
redirectUrl?:
string
redirect endpoint
Param
Source
type
type:
string
Type of the service
Inherited from
ServiceParameters.type
Source
core/lib/services/service.d.ts:95
url?
url?:
string
URL on which to serve the content
Inherited from
ServiceParameters.url
Source
core/lib/services/service.d.ts:99