MobileAppTokenHandler.CreateUserId Method (String, String)

 

Namespace:   Microsoft.Azure.Mobile.Server.Authentication
Assembly:  Microsoft.Azure.Mobile.Server.Authentication (in Microsoft.Azure.Mobile.Server.Authentication.dll)

Syntax

public virtual string CreateUserId(
    string providerName,
    string providerUserId
)
public:
virtual String^ CreateUserId(
    String^ providerName,
    String^ providerUserId
)
abstract CreateUserId : 
        providerName:string *
        providerUserId:string -> string
override CreateUserId : 
        providerName:string *
        providerUserId:string -> string
Public Overridable Function CreateUserId (
    providerName As String,
    providerUserId As String
) As String

Parameters

Return Value

Type: System.String

Implements

IMobileAppTokenHandler.CreateUserId(String, String)

See Also

MobileAppTokenHandler Class
Microsoft.Azure.Mobile.Server.Authentication Namespace

Return to top