Interface BearerAuthCredentialsAccessor

All Known Subinterfaces:
BearerAuthCredentialsAccessor.BearerAuthCredentialsProperty

public interface BearerAuthCredentialsAccessor
Provides an accessor for a BearerAuthCredentials property.
  • Method Details

    • getBearerAuthCredentials

      BearerAuthCredentials getBearerAuthCredentials()
      Retrieves the BearerAuthCredentials from the bearer auth credentials property (or null if there are none such credentials).
      Returns:
      The BearerAuthCredentials stored by the bearer auth credentials property (or null if there are none such credentials).