KeyMaterial returns the key material sourced by the Provider. Callers are expected to use the returned value as read-only.
(ctx context.Context)
| 84 | // KeyMaterial returns the key material sourced by the Provider. |
| 85 | // Callers are expected to use the returned value as read-only. |
| 86 | KeyMaterial(ctx context.Context) (*KeyMaterial, error) |
| 87 | |
| 88 | // Close cleans up resources allocated by the Provider. |
| 89 | Close() |
no outgoing calls