TeamFoundationOAuthService.GetApplications Method

Retrieve the applications that have the given clientIds

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function GetApplications ( _
    requestContext As TeamFoundationRequestContext, _
    clientIds As IEnumerable(Of String) _
) As List(Of OAuthApplication)
public List<OAuthApplication> GetApplications(
    TeamFoundationRequestContext requestContext,
    IEnumerable<string> clientIds
)
public:
List<OAuthApplication^>^ GetApplications(
    TeamFoundationRequestContext^ requestContext, 
    IEnumerable<String^>^ clientIds
)
member GetApplications : 
        requestContext:TeamFoundationRequestContext * 
        clientIds:IEnumerable<string> -> List<OAuthApplication> 
public function GetApplications(
    requestContext : TeamFoundationRequestContext, 
    clientIds : IEnumerable<String>
) : List<OAuthApplication>

Parameters

Return Value

Type: System.Collections.Generic.List<OAuthApplication>
The matching application

.NET Framework Security

See Also

Reference

TeamFoundationOAuthService Class

Microsoft.TeamFoundation.Framework.Server Namespace