Class BearerTokenSendingMethods


  • public final class BearerTokenSendingMethods
    extends com.azure.core.util.ExpandableStringEnum<BearerTokenSendingMethods>
    Defines values for BearerTokenSendingMethods.
    • Field Detail

      • AUTHORIZATION_HEADER

        public static final BearerTokenSendingMethods AUTHORIZATION_HEADER
        Static value authorizationHeader for BearerTokenSendingMethods.
    • Constructor Detail

      • BearerTokenSendingMethods

        public BearerTokenSendingMethods()
    • Method Detail

      • fromString

        public static BearerTokenSendingMethods fromString​(String name)
        Creates or finds a BearerTokenSendingMethods from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding BearerTokenSendingMethods.