OidcServer2ServerClient class: Difference between revisions
From Catglobe Wiki
More actions
Nguyenduyan (talk | contribs)  Created page with "{{CGscriptClass_Template |Name=<nowiki>OidcServer2ServerClient</nowiki> |Description=<nowiki>Specification of a Client Authentication oidc client</nowiki> |InheritsFrom=object|Methods= {{CGscriptMethods_Template|ReturnType=Empty|Name=<nowiki>Delete</nowiki>|Description=<nowiki>Delete this client</nowiki>}} {{CGscriptMethods_Template|ReturnType=Empty|Name=<nowiki>Save</nowiki>|Description=<nowiki>Save the Oidc client</nowiki>}} {{CGscriptMethods_Template|ReturnType=Empty|..."  | 
			
(No difference) 
 | 
Latest revision as of 08:44, 3 April 2025
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