GitHub
npm
Preparing search index...
The search index is not available
aws-appsync-js - v1.0.1
aws-appsync-js
OidcAuth
Interface OidcAuth
interface
OidcAuth
{
type
:
"oidc"
;
jwtToken
:
string
|
()
=>
string
|
Promise
<
string
>
;
}
Index
Properties
type
jwt
Token
Properties
Readonly
type
type
:
"oidc"
Readonly
jwt
Token
jwtToken
:
string
|
()
=>
string
|
Promise
<
string
>
The OpenID Connect JWT, or a function returning one.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
jwt
Token
GitHub
npm
aws-appsync-js - v1.0.1
Loading...
The OpenID Connect JWT, or a function returning one.