ArcGIS Pro 2.9 API Reference Guide
SignInAsync(String,String) Method

ArcGIS.Desktop.Catalog.BimCloudConnections Namespace > BimCloud Class > SignInAsync Method : SignInAsync(String,String) Method
The username with which to sign in
The password with which to sign in
Asynchronous method to sign in to this BIM cloud instance using the provided credentials.
Syntax
public abstract Task<bool> SignInAsync( 
   string userName,
   string password
)
Public Overloads MustOverride Function SignInAsync( _
   ByVal userName As String, _
   ByVal password As String _
) As Task(Of Boolean)

Parameters

userName
The username with which to sign in
password
The password with which to sign in

Return Value

A System.Threading.Tasks.Task that returns true if the sign in is successful.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

BimCloud Class
BimCloud Members
Overload List