C# Class DineroPortableClientSDK.DineroOauth2Client.DineroCredentialsBodyContent

Inheritance: AuthorizationBodyContent
Datei anzeigen Open project: DineroRegnskab/dinero-csharp-sdk

Public Methods

Method Description
DineroCredentialsBodyContent ( DineroCredentials credentials, IEnumerable scopes ) : System

Creates the body content for a password flow request

Private Methods

Method Description
ScopeToString ( IEnumerable scope ) : string

Method Details

DineroCredentialsBodyContent() public method

Creates the body content for a password flow request
public DineroCredentialsBodyContent ( DineroCredentials credentials, IEnumerable scopes ) : System
credentials DineroCredentials Dinero user.
scopes IEnumerable If left empty defaults to 'read' and 'write' scope.
return System