Interface AuthTypeAccessor.AuthTypeMutator

    • Method Detail

      • setAuthType

        void setAuthType​(AuthType aAuthType)
        Sets the AuthType for the Authorization-Type property.
        Parameters:
        aAuthType - The AuthType to be stored by the AuthType property.
      • setAuthType

        default void setAuthType​(String aBearer)
        Sets the AuthType from the bearer and token for the Authorization-Type property.
        Parameters:
        aBearer - The bearer to be stored by the AuthType property.