DevelopmentAPIlibutilnamespacesauthfunctionsFunction: hasToken()On this pageFunction: hasToken() function hasToken(cluster: string): boolean Checks whether an authentication token exists for the given cluster. Parameters ParameterTypeDescriptionclusterstringThe name of the cluster. Returns boolean True if a token exists, false otherwise. Defined in src/lib/auth.ts:58