IXblIdpAuthManager::GetTokenAndSignatureWithTokenResult method (xblidpauthmanager.h)

Reserved for Microsoft use.

Syntax

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

Parameters

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**

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Target Platform Windows
Header xblidpauthmanager.h

See also

IXblIdpAuthManager