Skip to main content
Version: Next

KubernetesAuthProviders.(constructor)

Home > @backstage/plugin-kubernetes-react > KubernetesAuthProviders > (constructor)

Constructs a new instance of the KubernetesAuthProviders class

Signature:

constructor(options: {
microsoftAuthApi: OAuthApi;
googleAuthApi: OAuthApi;
oidcProviders?: {
[key: string]: OpenIdConnectApi;
};
});

Parameters

ParameterTypeDescription
options{ microsoftAuthApi: OAuthApi; googleAuthApi: OAuthApi; oidcProviders?: { [key: string]: OpenIdConnectApi; }; }