Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 258 Bytes

File metadata and controls

13 lines (11 loc) · 258 Bytes

api

  • provenian-api-[env]-env:
{
  clientSecret: string; // client secret of Auth0
  jwkURL: string; // jwk URL for Auth0
  audience: string; // audience of JWT
  issuer: string; // issuer of JWT
  roleDomain: string; // role domain of JWT
}