Which two methods would you use to obtain a token, when executing an operation and authenticating against your Oracle storage cloud service instance?
A.
Use the command line interface (CLI) and enter the get_token command.
B.
In the Oracle Cloud My Services web console, navigate to the Security tab, and select Generate Token.
C.
Use the rest API to request an authentication token.
D.
Use the Java library, which automatically requests an authentication token.
E.
Use an SSL utility to generate a self-signed SSL token certificate.
Explanation:
C, D
https://docs.oracle.com/en/cloud/iaas/storage-cloud/cssto/authenticating-access-when-using-rest-api.html
Authenticating Access When Using the REST API
To request an authentication token, send a GET request to the authentication URL for your account.
When using the Java library, you do not need to manually request and use an authentication token; the Java library will automatically request and use it.