AdalTokenProvider.GetAccessToken Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Azure.Commands.Common.Authentication.IAccessToken GetAccessToken (Microsoft.Azure.Commands.Common.Authentication.AdalConfiguration config, string promptBehavior, Action<string> promptAction, string userId, System.Security.SecureString password, string credentialType);
abstract member GetAccessToken : Microsoft.Azure.Commands.Common.Authentication.AdalConfiguration * string * Action<string> * string * System.Security.SecureString * string -> Microsoft.Azure.Commands.Common.Authentication.IAccessToken
override this.GetAccessToken : Microsoft.Azure.Commands.Common.Authentication.AdalConfiguration * string * Action<string> * string * System.Security.SecureString * string -> Microsoft.Azure.Commands.Common.Authentication.IAccessToken
Public Function GetAccessToken (config As AdalConfiguration, promptBehavior As String, promptAction As Action(Of String), userId As String, password As SecureString, credentialType As String) As IAccessToken
Parameters
- config
- AdalConfiguration
- promptBehavior
- String
- userId
- String
- password
- SecureString
- credentialType
- String