Edit

Share via


OpenIdConfiguration type

Response type for openid-configuration endpoints

type OpenIdConfiguration = {
  authorization_endpoint: string,
  end_session_endpoint: string,
  issuer: string,
}