AuthenticationService v0.3.0+17-g647c3a1
Public Member Functions | Properties | List of all members
Credentials Class Reference

A class representing the JSON structure of credentials used to authenticate with the service. More...

Public Member Functions

String Encode ()
 Creates a base64 encodet credentials string out of the username and password. More...
 

Properties

String Username [get, set]
 the name of the user More...
 
String Password [get, set]
 the password of the user More...
 
bool AreComplete [get]
 Checks if userneame and password are provided. More...
 

Detailed Description

A class representing the JSON structure of credentials used to authenticate with the service.

Since
Unreleased

Member Function Documentation

◆ Encode()

String Credentials.Encode ( )

Creates a base64 encodet credentials string out of the username and password.

Property Documentation

◆ AreComplete

bool Credentials.AreComplete
get

Checks if userneame and password are provided.

◆ Password

String Credentials.Password
getset

the password of the user

◆ Username

String Credentials.Username
getset

the name of the user