Class DockerResponseToken

  • All Implemented Interfaces:
    Serializable, Token

    public class DockerResponseToken
    extends JsonWebToken
    * { "iss": "auth.docker.com", "sub": "jlhawn", "aud": "registry.docker.com", "exp": 1415387315, "nbf": 1415387015, "iat": 1415387015, "jti": "tYJCO1c6cnyy7kAn0c7rKPgbV1H1bFws", "access": [ { "type": "repository", "name": "samalba/my-app", "actions": [ "push" ] } ] }
    See Also:
    Serialized Form