Get retrieves credentials from the store for a given ID.
(ctx context.Context, id ID)
| 78 | Delete(ctx context.Context, id ID) error |
| 79 | // Get retrieves credentials from the store for a given ID. |
| 80 | Get(ctx context.Context, id ID) (Secret, error) |
| 81 | // GetAllMetadata retrieves all the credentials from the store. |
| 82 | // Credentials retrieved will only call [Secret.SetMetadata] so that the |
| 83 | // underlying store does not get queried for each secret's sensitive data. |
no outgoing calls