Versions in this module Expand all Collapse all v0 v0.0.3 Mar 15, 2026 Changes in this version + func ExtractgetCredentialResponse(env *jni.Env, obj *jni.Object) (*getCredentialResponse, error) + func Init(env *jni.Env) error + type Manager struct + Obj *jni.GlobalRef + VM *jni.VM + type PasswordCredential struct + ID string + Password string + func ExtractPasswordCredential(env *jni.Env, obj *jni.Object) (*PasswordCredential, error) + type PublicKeyCredential struct + AuthResponseJSON string + func ExtractPublicKeyCredential(env *jni.Env, obj *jni.Object) (*PublicKeyCredential, error)