getAuthenticatorTransportValue static method

String getAuthenticatorTransportValue(
  1. AuthenticatorTransport t
)

Implementation

static String getAuthenticatorTransportValue(AuthenticatorTransport t) {
  return describeEnum(t);
}