Type alias AuthzRequestParams

AuthzRequestParams: {
    code_challenge?: string;
    scope?: string;
    state?: string;
} & {
    [attr: string]: string;
}

Type declaration

  • Optional code_challenge?: string
  • Optional scope?: string
  • Optional state?: string

Type declaration

  • [attr: string]: string