OCI.Auth.Static (oci v0.0.6)
View SourceStatic auth adapter for OCI.
This adapter is used to authenticate requests using a static list of users and their permissions.
Useful for testing and development. You shouldn't use it in production.
Summary
Types
@type t() :: %OCI.Auth.Static{users: [OCI.Auth.Static.User.t()]}