SecurityTokenType Enum

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

public enum SecurityTokenType
extends 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 inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static SecurityTokenType valueOf(String name)

Parameters

name
String

Returns

values()

public static SecurityTokenType[] values()

Returns

Applies to