Type alias OIDCSettingsProps

OIDCSettingsProps: {
    flow: SettingsFlow;
    title?: string;
}

Type declaration

  • flow: SettingsFlow
  • Optional title?: string

Generated using TypeDoc