Partager via


IXblIdpAuthManager::GetTokenAndSignatureWithTokenResult, méthode (xblidpauthmanager.h)

Réservé à l’utilisation de Microsoft.

Syntaxe

HRESULT GetTokenAndSignatureWithTokenResult(
  LPCWSTR                msaAccountId,
  LPCWSTR                appSid,
  LPCWSTR                msaTarget,
  LPCWSTR                msaPolicy,
  LPCWSTR                httpMethod,
  LPCWSTR                uri,
  LPCWSTR                headers,
  BYTE                   *body,
  DWORD                  bodySize,
  BOOL                   forceRefresh,
  IXblIdpAuthTokenResult **result
);

Paramètres

msaAccountId

Type : __RPC__in_opt_string

appSid

Type : __RPC__in_string

msaTarget

Type : __RPC__in_string

msaPolicy

Type : __RPC__in_string

httpMethod

Type : __RPC__in_string

uri

Type : __RPC__in_string

headers

Type : __RPC__in_opt_string

body

Type : BYTE*

bodySize

Type : __RPC__in_ecount_full_opt

forceRefresh

Type : BOOL

result

Type : IXblIdpAuthTokenResult**

Valeur retournée

Type : HRESULT

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

   
Plateforme cible Windows
En-tête xblidpauthmanager.h

Voir aussi

IXblIdpAuthManager