munchies
Toggle table of contents
js
Target filter
js
Switch theme
Search in API
Skip to content
munchies
user-shared
/
com.munchies.user.infrastructure.adapter.inbound
/
JsEmailVerificationAPI
Js
Email
Verification
API
js
abstract
class
JsEmailVerificationAPI
<
E
:
WebResponse
<
Any
>
>
:
UserAPI.EmailVerificationAPI
<
Promise
<
E
>
>
,
SimpleAPI
<
VerifyEmailRequest
,
VerifyEmailResponse
>
Members
Constructors
Js
Email
Verification
API
Link copied to clipboard
js
constructor
(
)
Functions
get
Method
Link copied to clipboard
js
open
override
fun
getMethod
(
)
:
HttpMethod
get
Path
Link copied to clipboard
js
open
override
fun
getPath
(
)
:
String
get
Port
Link copied to clipboard
js
open
override
fun
getPort
(
)
:
Int
get
Required
Auth
Role
Link copied to clipboard
js
open
override
fun
getRequiredAuthRole
(
)
:
AuthRole
parse
Error
Link copied to clipboard
js
open
fun
parseError
(
json
:
String
)
:
ErrorResponse
parse
Request
Link copied to clipboard
js
open
override
fun
parseRequest
(
json
:
String
)
:
VerifyEmailRequest
parse
Response
Link copied to clipboard
js
open
override
fun
parseResponse
(
json
:
String
)
:
VerifyEmailResponse
verify
Email
Link copied to clipboard
js
abstract
override
fun
verifyEmail
(
request
:
VerifyEmailRequest
)
:
Promise
<
E
>