Type Alias ValidatedIssuerConfig

ValidatedIssuerConfig: {
    accountManagementActionsSupported?: string[];
    accountManagementEndpoint?: string;
    authorizationEndpoint: string;
    registrationEndpoint?: string;
    tokenEndpoint: string;
}