Function backend::api::token::make_client
source · fn make_client(
app_data: Data<(Database, Config, Config)>
) -> Client<BasicErrorResponse, BasicTokenResponse, BasicTokenType, BasicTokenIntrospectionResponse, StandardRevocableToken, BasicRevocationErrorResponse>
Expand description
Helper to make a client that often used in this file