OidcServer2ServerClient class
Revision as of 09:38, 12 December 2024 by Administrator (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=<nowiki>OidcServer2ServerClient</nowiki> |Description=<nowiki>Specification of a Client Authentication oidc client</nowiki> |InheritsFrom=object...")
OidcServer2ServerClient
Specification of a Client Authentication oidc client
Parent class
Inherits from object
Methods
- Empty Delete() - Delete this client
- Empty Save() - Save the Oidc client
- Empty SetClientSecret(string secret "The new secret") - Set Oidc client secret
- (From object) string ToString() - The string representation of the object.
Properties
- string ClientId { get; } - Oidc client id
- LocalizedString DisplayNames { get; set; } - Get/set display names
- bool IsBuiltIn { get; } - True, if a system client
- string ObjectTypeName { get; } - The name of the type of object.
- int OwnerResourceId { get; set; } - Get/set owner resource id
- int RunAsUserId { get; set; } - Get/set id of the impersonated user
- Array of string Scopes { get; set; } - Get scopes
- (From object) TypeInformation TypeInformation { get; } - Get information about this class.
Static Methods
- OidcServer2ServerClient OidcServer2ServerClient_createOrUpdate(string clientId "Oidc client id") - Create a new oidc client or update existing based on clientId
- OidcServer2ServerClient OidcServer2ServerClient_getByClientId(string clientId "Oidc client id") - Get a single known client
- Array of OidcServer2ServerClient OidcServer2ServerClient_getList() - Get a list of clients, ordered by clientId