Created
August 6, 2023 07:59
-
-
Save A-pZ/82afc42fe0aeb9d57571777242e63440 to your computer and use it in GitHub Desktop.
認証結果(AuthenticationResult)の出力例
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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