Package com.twilio.rest.oauth.v1
Class OpenidDiscoveryFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<OpenidDiscovery>
-
- com.twilio.rest.oauth.v1.OpenidDiscoveryFetcher
-
public class OpenidDiscoveryFetcher extends Fetcher<OpenidDiscovery>
-
-
Constructor Summary
Constructors Constructor Description OpenidDiscoveryFetcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenidDiscoveryfetch(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public OpenidDiscovery fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<OpenidDiscovery>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-