404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.191.41.29: ~ $
import { IClient, ResourceClientLoad } from '../../definitions';
import { ResourceClient } from '../http';
export interface AuthConnection {
    readonly uuid: string;
}
export interface AuthClientDeps {
    readonly client: IClient;
}
export declare class AuthClient extends ResourceClient {
    readonly e: AuthClientDeps;
    readonly connections: AuthConnectionClient;
    constructor(e: AuthClientDeps);
}
export declare class AuthConnectionClient extends ResourceClient implements ResourceClientLoad<AuthConnection> {
    readonly e: AuthClientDeps;
    constructor(e: AuthClientDeps);
    load(email: string): Promise<AuthConnection>;
}

Filemanager

Name Type Size Permission Actions
auth.d.ts File 644 B 0644
auth.js File 909 B 0644
oauth.d.ts File 1.83 KB 0644
oauth.js File 4.66 KB 0644
openid.d.ts File 984 B 0644
openid.js File 1.61 KB 0644