...
The token is received in the request
Code Block |
---|
{
access_token: "92d6261ef0044736a92ebfe744180314"
expires_in: 2591999
token_type: "BimPlus"
} |
3. Request the desired resource
...
...
The token is received in the request
Code Block |
---|
{
access_token: "92d6261ef0044736a92ebfe744180314"
expires_in: 2591999
token_type: "BimPlus"
} |
...