Interface: UseAuthOptions
Defined in: composables/vue/useAuth.ts:100
Properties
configuration?
optionalconfiguration?:any
Defined in: composables/vue/useAuth.ts:104
graphqlClient
graphqlClient:
GraphQLClient
Defined in: composables/vue/useAuth.ts:101
language?
optionallanguage?:string
Defined in: composables/vue/useAuth.ts:102
onAuthHeaderUpdate?
optionalonAuthHeaderUpdate?: (token) =>void
Defined in: composables/vue/useAuth.ts:103
Parameters
token
string
Returns
void