Type alias IAuthType

IAuthType: {
    args: [{
        role_id: string;
        secret_id: string;
    }];
    responseTokenPath: "auth.client_token";
    type: "approleLogin";
}

Type declaration

  • args: [{
        role_id: string;
        secret_id: string;
    }]
  • responseTokenPath: "auth.client_token"
  • type: "approleLogin"

Generated using TypeDoc