OCI.Auth.Static (oci v0.0.6)

View Source

Static 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

t()

@type t() :: %OCI.Auth.Static{users: [OCI.Auth.Static.User.t()]}