SignedInController.SignedIn Method

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

Syntax

'Declaration
<HttpGetAttribute> _
<HttpPostAttribute> _
Public Function SignedIn ( _
    realm As String, _
    protocol As String, _
    reply_to As String _
) As HttpResponseMessage
[HttpGetAttribute]
[HttpPostAttribute]
public HttpResponseMessage SignedIn(
    string realm,
    string protocol,
    string reply_to
)
[HttpGetAttribute]
[HttpPostAttribute]
public:
HttpResponseMessage^ SignedIn(
    String^ realm, 
    String^ protocol, 
    String^ reply_to
)
[<HttpGetAttribute>]
[<HttpPostAttribute>]
member SignedIn : 
        realm:string * 
        protocol:string * 
        reply_to:string -> HttpResponseMessage
public function SignedIn(
    realm : String, 
    protocol : String, 
    reply_to : String
) : HttpResponseMessage

Parameters

Return Value

Type: System.Net.Http.HttpResponseMessage

.NET Framework Security

See Also

Reference

SignedInController Class

Microsoft.VisualStudio.Services.Authentication Namespace