softlayer / softlayer-java

SoftLayer API Client for Java
https://softlayer.github.io/softlayer-java/
MIT License
24 stars 26 forks source link

Support for Bearer Authentication #70

Closed allmightyspiff closed 3 years ago

allmightyspiff commented 3 years ago

Make a com.softlayer.api.http.HttpBearerTokenCredentials class to support tokens from IBM https://iam.cloud.ibm.com/identity/token service.

add a withBearerToken method to com/softlayer/api/RestApiClient.java or something similar.