UNPKG

@auth0/nextjs-auth0

Version:
12 lines (11 loc) 284 B
export var RESPONSE_TYPES; (function (RESPONSE_TYPES) { /** * Authorization Code flow. */ RESPONSE_TYPES["CODE"] = "code"; /** * Connect Account flow. */ RESPONSE_TYPES["CONNECT_CODE"] = "connect_code"; })(RESPONSE_TYPES || (RESPONSE_TYPES = {}));