Método IXblIdpAuthManager::GetTokenAndSignatureWithTokenResult (xblidpauthmanager.h)
Reservado para uso da Microsoft.
Sintaxe
HRESULT GetTokenAndSignatureWithTokenResult(
LPCWSTR msaAccountId,
LPCWSTR appSid,
LPCWSTR msaTarget,
LPCWSTR msaPolicy,
LPCWSTR httpMethod,
LPCWSTR uri,
LPCWSTR headers,
BYTE *body,
DWORD bodySize,
BOOL forceRefresh,
IXblIdpAuthTokenResult **result
);
Parâmetros
msaAccountId
Tipo: __RPC__in_opt_string
appSid
Tipo: __RPC__in_string
msaTarget
Tipo: __RPC__in_string
msaPolicy
Tipo: __RPC__in_string
httpMethod
Tipo: __RPC__in_string
uri
Tipo: __RPC__in_string
headers
Tipo: __RPC__in_opt_string
body
Tipo: BYTE*
bodySize
Tipo: __RPC__in_ecount_full_opt
forceRefresh
Tipo: BOOL
result
Tipo: IXblIdpAuthTokenResult**
Valor retornado
Tipo: HRESULT
Se o método for bem-sucedido, ele retornará S_OK. Caso contrário, ele retornará um código de erro HRESULT.
Requisitos
Plataforma de Destino | Windows |
Cabeçalho | xblidpauthmanager.h |