| FillableOdicCredential Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: PsrApi.Internals.AuthFlow.Data
 Syntax
Syntaxpublic class FillableOdicCredential : FillableAuthentication
The FillableOdicCredential type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | FillableOdicCredential | Initializes a new instance of the FillableOdicCredential class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AuthorizationCode | 
                Contains the access code of the logged in user from the oauth server.
                This will be filled through the client when oauthentication happend
             | 
|  | AuthType | (Inherited from FillableAuthentication.) | 
|  | LoginUrl | 
                URL of that needs to be opened by the client to start the authentication process
             | 
|  | Name | 
                The name of the authentication
            (Inherited from FillableAuthentication.) | 
|  | ProviderId | 
                Defines which Identity Provider is used in this case.
                This can be used to determine specific translations for the client
             | 
|  | RedirectUrl | 
                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!
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | IsPasswordAuthentication | 
                Returns if the authentication is a password authentication
            (Inherited from FillableAuthentication.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also