refresh-tokens
Version:
refresh tokens library for nodejs server with mongodb
37 lines (36 loc) • 1.02 kB
TypeScript
declare const _default: {
swagger: string;
schemes: string[];
basePath: string;
produces: string[];
paths: {
'/refresh': {
post: {
'x-swagger-router-controller': string;
description: string;
parameters: {
name: string;
in: string;
required: boolean;
type: string;
description: string;
}[];
responses: {
'500': {
description: string;
};
'200': {
description: string;
examples: {
'': {
token: string;
expiresIn: number;
};
};
};
};
};
};
};
};
export default _default;