interface
AuthTransaction
type AuthTransaction interface {
CreateAuthCredential(context.Context, schema.Collection, string, []byte, bool) error
}Create private credentials in the owning document transaction.
CreateAuthCredentialfunc(context.Context, schema.Collection, string, []byte, bool) error- The CreateAuthCredential value.