getValue method

String getValue()

Implementation

String getValue() {
  switch (this) {
    case SuperTokensTokenTransferMethod.HEADER:
      return "header";
    case SuperTokensTokenTransferMethod.COOKIE:
      return "cookie";
  }
}