Use status request to check an existing token and to retrieve auth methods available

This commit is contained in:
Giuseppe Digilio
2020-01-16 14:36:20 +01:00
parent 6f8f4b31bf
commit 6560d1d112
4 changed files with 62 additions and 11 deletions

View File

@@ -225,6 +225,8 @@ export class AuthPostRequest extends PostRequest {
}
export class AuthGetRequest extends GetRequest {
forceBypassCache = true;
constructor(uuid: string, href: string, public options?: HttpOptions) {
super(uuid, href, null, options);
}