Click or drag to resize

FillableOdicCredential Properties

The FillableOdicCredential type exposes the following members.

Properties
  NameDescription
Public propertyAuthorizationCode
Contains the access code of the logged in user from the oauth server. This will be filled through the client when oauthentication happend
Public propertyAuthType (Inherited from FillableAuthentication.)
Public propertyLoginUrl
URL of that needs to be opened by the client to start the authentication process
Public propertyName
The name of the authentication
(Inherited from FillableAuthentication.)
Public propertyProviderId
Defines which Identity Provider is used in this case. This can be used to determine specific translations for the client
Public propertyRedirectUrl
Defines the redirect url that is set in the LoginUrl. This can be used by the clients to determine if we reached our redirect url. !This is set by the server per clientType!
Top
See Also