AAS HTTP Client Documentation
Loading...
Searching...
No Matches
implementations.authentication.AuthMethod Class Reference

Defines authentication methods. More...

Inheritance diagram for implementations.authentication.AuthMethod:
[legend]
Collaboration diagram for implementations.authentication.AuthMethod:
[legend]

Static Public Attributes

int No = 1
 
int basic_auth = 2
 
int o_auth = 3
 
int bearer = 4
 

Detailed Description

Defines authentication methods.

Parameters
EnumBase class for enumerations

Definition at line 24 of file authentication.py.

Member Data Documentation

◆ basic_auth

int implementations.authentication.AuthMethod.basic_auth = 2
static

Definition at line 27 of file authentication.py.

◆ bearer

int implementations.authentication.AuthMethod.bearer = 4
static

Definition at line 29 of file authentication.py.

◆ No

int implementations.authentication.AuthMethod.No = 1
static

Definition at line 26 of file authentication.py.

◆ o_auth

int implementations.authentication.AuthMethod.o_auth = 3
static

Definition at line 28 of file authentication.py.


The documentation for this class was generated from the following file: