Type alias AuthRoutes

AuthRoutes: {
    frontChannelLogoutUri?: string;
    postLogoutRedirectUri?: string;
    redirectUri: string;
}

Type declaration

  • Optional frontChannelLogoutUri?: string
  • Optional postLogoutRedirectUri?: string
  • redirectUri: string

Generated using TypeDoc