OidcServer2ServerClient class

From Catglobe Wiki
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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