Click or drag to resize

GoogleServiceAccountSettings Class

GoogleServiceAccountSettings
Inheritance Hierarchy
SystemObject
  Omada.OE.Model.AuthAuthSettings
    Omada.OE.Model.AuthAnonymousAuthSettings
      Omada.OE.Model.AuthOAuthSettings
        Omada.OE.Model.AuthGoogleServiceAccountSettings

Namespace:  Omada.OE.Model.Auth
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class GoogleServiceAccountSettings : OAuthSettings

The GoogleServiceAccountSettings type exposes the following members.

Constructors
Fields
  NameDescription
Public fieldClientId
ClientId
(Inherited from OAuthSettings.)
Public fieldKeyId
Private Key Id
Public fieldPrivateKey
PrivateKey
Public fieldScopes
Scopes
(Inherited from OAuthSettings.)
Public fieldUserName
Username
(Inherited from AnonymousAuthSettings.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also