BlackBerry Dynamics for .NET Maui  12.0.0.9
Runtime library for .NET Maui applications
BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDAuthHttpRequestConfig Interface Reference

Interface containing methods for creating authentication HTTP request config. More...

Properties

string User [get, set]
 The authentication username. More...
 
string Password [get, set]
 The authentication password. More...
 
BBDAuthenticationMethod Auth [get]
 The authentication scheme. More...
 
string AuthDomain [get, set]
 The authentication domain. More...
 

Detailed Description

Interface containing methods for creating authentication HTTP request config.

Property Documentation

◆ Auth

BBDAuthenticationMethod BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDAuthHttpRequestConfig.Auth
get

The authentication scheme.

◆ AuthDomain

string BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDAuthHttpRequestConfig.AuthDomain
getset

The authentication domain.

◆ Password

string BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDAuthHttpRequestConfig.Password
getset

The authentication password.

◆ User

string BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDAuthHttpRequestConfig.User
getset

The authentication username.