Skip to content

Instantly share code, notes, and snippets.

@A-pZ
Created August 6, 2023 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save A-pZ/82afc42fe0aeb9d57571777242e63440 to your computer and use it in GitHub Desktop.
Save A-pZ/82afc42fe0aeb9d57571777242e63440 to your computer and use it in GitHub Desktop.
認証結果(AuthenticationResult)の出力例
INFO 14368 --- [ Test worker] c.g.a.s.r.SalesforceAuthentication :
result:
AuthenticationResult(
statusCode=0,
accessToken=**MASK**
signature=**MASK**,
instanceUrl=https://***********.salesforce.com,
id=https://test.salesforce.com/id/***************,
tokenType=Bearer,
issuedAt=1691308480245
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment