Interface BearerAuthCredentialsAccessor.BearerAuthCredentialsBuilder<B extends BearerAuthCredentialsAccessor.BearerAuthCredentialsBuilder<B>>

    • Method Detail

      • withBearerAuthCredentials

        B withBearerAuthCredentials​(java.lang.String aToken)
        Sets the BearerAuthCredentials from the token for the bearer authentication credentials property.
        Parameters:
        aToken - The password to be stored by the BearerAuthCredentials property.
        Returns:
        The builder for applying multiple build operations.