SecurityTokenType Enum

  • java.lang.Object
    • java.lang.Enum<SecurityTokenType>
      • com.microsoft.azure.servicebus.security.SecurityTokenType

public enum SecurityTokenType

Enumeration representing security token types supported by Azure Service Bus.

Fields

JWT

JSON web token type

SAS

Shared Access Signature token type

Methods

toString()

public String toString()

Returns

String

Applies to