Type alias UserConsentCardProps

UserConsentCardProps: {
    action: string;
    cardImage?: string | React.ReactElement;
    className?: string;
    client?: OAuth2Client;
    client_name: string;
    consent: OAuth2ConsentRequest;
    csrfToken: string;
    requested_scope?: string[];
}

Type declaration

  • action: string
  • Optional cardImage?: string | React.ReactElement
  • Optional className?: string
  • Optional client?: OAuth2Client
  • client_name: string
  • consent: OAuth2ConsentRequest
  • csrfToken: string
  • Optional requested_scope?: string[]

Generated using TypeDoc