Click or drag to resize

FillableOdicCredential Class

Inheritance Hierarchy
SystemObject
  PsrApi.Internals.AuthFlow.DataFillableAuthentication
    PsrApi.Internals.AuthFlow.DataFillableOdicCredential

Namespace:  PsrApi.Internals.AuthFlow.Data
Assembly:  PsrApi (in PsrApi.dll) Version: 9.2.2.32703 (27.03.2025)+b9af25405a8dc67f2b73227b442cec4f08fd2d8a
Syntax
C#
public class FillableOdicCredential : FillableAuthentication

The FillableOdicCredential type exposes the following members.

Constructors
  NameDescription
Public methodFillableOdicCredential
Initializes a new instance of the FillableOdicCredential class
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsPasswordAuthentication
Returns if the authentication is a password authentication
(Inherited from FillableAuthentication.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also