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
Parameter |
Type |
Description |
---|---|---|
options |
{ microsoftAuthApi: OAuthApi; googleAuthApi: OAuthApi; oidcProviders?: { [key: string]: OpenIdConnectApi; }; } |