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