CreateIdentity creates an identity. It is capable of setting credentials without encoding. Will return an error if identity exists, backend connectivity is broken, or trait validation fails.
(context.Context, *Identity)
| 108 | // CreateIdentity creates an identity. It is capable of setting credentials without encoding. Will return an error |
| 109 | // if identity exists, backend connectivity is broken, or trait validation fails. |
| 110 | CreateIdentity(context.Context, *Identity) error |
| 111 | |
| 112 | // CreateIdentities creates multiple identities. It is capable of setting credentials without encoding. Will return an error |
| 113 | // if identity exists, backend connectivity is broken, or trait validation fails. |
no outgoing calls