Module Awso_sso.UtilSource

Sourceval get_cached_sso_token_file_path : cfg:Awso.Cfg.t -> string
Sourceval get_sso_role_request_and_cfg_exn : cfg:Awso.Cfg.t -> cached_sso_token_file:string -> string -> Values.GetRoleCredentialsRequest.t * Awso.Cfg.t
Sourceval get_sso_role_request_and_cfg : cfg:Awso.Cfg.t -> cached_sso_token_file:string -> string -> (Values.GetRoleCredentialsRequest.t * Awso.Cfg.t, exn) Awso.Import.Result.t
Sourceval update_cfg_with_role_credentials_exn : cfg:Awso.Cfg.t -> Values.RoleCredentials.t option -> Awso.Cfg.t
Sourceval update_cfg_with_role_credentials : cfg:Awso.Cfg.t -> Values.RoleCredentials.t option -> (Awso.Cfg.t, exn) Awso.Import.Result.t