Interface ClientCredentialsTokenHandlerSupplier

All Superinterfaces:
Supplier<com.atlassian.oauth2.client.api.storage.ClientCredentialsTokenHandler>

public interface ClientCredentialsTokenHandlerSupplier extends Supplier<com.atlassian.oauth2.client.api.storage.ClientCredentialsTokenHandler>
  • Method Summary

    Modifier and Type
    Method
    Description
    com.atlassian.oauth2.client.api.storage.ClientCredentialsTokenHandler
    get()
     
  • Method Details

    • get

      com.atlassian.oauth2.client.api.storage.ClientCredentialsTokenHandler get()
      Specified by:
      get in interface Supplier<com.atlassian.oauth2.client.api.storage.ClientCredentialsTokenHandler>