OidcServer2ServerClient class

From Catglobe Wiki
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