bunway
Preparing search index...
Strategy
Interface Strategy
interface
Strategy
{
name
:
string
;
authenticate
(
req
:
BunRequest
,
options
?:
AuthenticateOptions
)
:
void
;
}
Index
Properties
name
Methods
authenticate
Properties
name
name
:
string
Methods
authenticate
authenticate
(
req
:
BunRequest
,
options
?:
AuthenticateOptions
)
:
void
Parameters
req
:
BunRequest
Optional
options
:
AuthenticateOptions
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
Methods
authenticate
bunway
Loading...