PkceCodes: {
    challenge: string;
    verifier: string;
}

The PkceCodes type describes the structure of objects that contain PKCE code challenge and verifier pairs

Type declaration

  • challenge: string
  • verifier: string

Generated using TypeDoc