oci-go-sdk icon indicating copy to clipboard operation
oci-go-sdk copied to clipboard

Token not present in Identity Domains' `CreateAuthTokenResponse` and `CreateMyAuthTokenResponse`

Open F21 opened this issue 11 months ago • 6 comments

The token seems to be missing from the following response types for the IdentityDomainsClient:

Since it is not possible to get the token back after creating them, the CreateAuthToken and CreateMyAuthToken methods are a bit useless.

I did trace the request when creating auth tokens using the OCI dashboard and it appears that a token attribute was returned in the response, so the value appears to be there, just not in the API documentation and the SDK.

F21 avatar Aug 07 '23 03:08 F21