public class PersonaAssertionRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
assertion
The Persona assertion from
navigator.id.get |
String |
audience
The audience against which to verify the assertion, in the format
https://site.com:443. |
| Constructor and Description |
|---|
PersonaAssertionRequest() |
public String assertion
The Persona assertion from navigator.id.get
See http://schemas.taskcluster.net/login/v1/persona-request.json#/properties/assertion
public String audience
The audience against which to verify the assertion, in the format https://site.com:443. This must be from a whitelist of sites configured in the login service.
See http://schemas.taskcluster.net/login/v1/persona-request.json#/properties/audience
Copyright © 2014–2016 Mozilla. All rights reserved.