keycloak
Checks for Keycloak token.
check_keycloak()
Check if the Keycloak token is set and valid.
Source code in dapla_team_cli/doctor/keycloak.py
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
|
get_new_token(state, re=False)
Ask if user wants to set a new token.
Source code in dapla_team_cli/doctor/keycloak.py
18 19 20 21 22 23 24 25 |
|