Skip to main content

Module auth

Module auth 

Source
Expand description

OpenStack API authentication

Currently there are only 2 types of auth supported:

  • AuthToken (X-Auth-Token header)
  • None (unauthenticated)

Modules§

auth_helper
Authentication helper.
authtoken
OpenStack AuthToken based authorization (X-Auth-Token)
v3_token_info
Validates and shows information for a token, including its expiration date and authorization scope.

Enums§

Auth
An OpenStack Authentication type
AuthError
Authentication error.
AuthState
Authentication state enum