GitHub
npm
Preparing search index...
The search index is not available
aws-appsync-js - v1.0.1
aws-appsync-js
LambdaAuth
Interface LambdaAuth
interface
LambdaAuth
{
type
:
"lambda"
;
authorizationToken
:
string
|
()
=>
string
|
Promise
<
string
>
;
}
Index
Properties
type
authorization
Token
Properties
Readonly
type
type
:
"lambda"
Readonly
authorization
Token
authorizationToken
:
string
|
()
=>
string
|
Promise
<
string
>
The token your Lambda authorizer expects, or a function returning one.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
authorization
Token
GitHub
npm
aws-appsync-js - v1.0.1
Loading...
The token your Lambda authorizer expects, or a function returning one.