Type alias Saml2ProviderStub

Saml2ProviderStub: IdObjectSkeletonInterface & {
    entityId: string;
    location: Saml2ProiderLocation;
    roles: string[];
}

Type declaration