-
- All Implemented Interfaces:
public class PublicKeyCredentialSource.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static PublicKeyCredentialSource.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final PublicKeyCredentialSource.PublicKeyCredentialSourceBuilderbuilder()final PublicKeyCredentialSourcefromJson(JSONObject jsonObject)Convert JSONObject to PublicKeyCredentialSource -
-
Method Detail
-
builder
final PublicKeyCredentialSource.PublicKeyCredentialSourceBuilder builder()
-
fromJson
final PublicKeyCredentialSource fromJson(JSONObject jsonObject)
Convert JSONObject to PublicKeyCredentialSource
- Parameters:
jsonObject- The json object to be converted
-
-
-
-