Windward Engine API Reference
Authenticate Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.AccessProviders.utils.adfs Namespace > IAdfsAuthenticator Interface : Authenticate Method




Glossary Item Box

Authenticates by opening the OAuth vendor's auth dialog for the user to enter their credentials. Suitable for front end applications such as AutoTag.

Syntax

Visual Basic (Declaration) 
Function Authenticate() As AuthenticationToken
Visual Basic (Usage)Copy Code
Dim instance As IAdfsAuthenticator
Dim value As AuthenticationToken
 
value = instance.Authenticate()
C# 
AuthenticationToken Authenticate()
Managed Extensions for C++ 
AuthenticationToken* Authenticate(); 
C++/CLI 
AuthenticationToken^ Authenticate(); 

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.