Package io.fathom.cloud.identity.secrets

Examples of io.fathom.cloud.identity.secrets.AuthenticatedProjectKeys


    private final ProjectData project;
    private final AuthenticatedProjectKeys keys;

    public AuthenticatedProject(ProjectData project, SecretToken projectSecret) {
        this.project = project;
        this.keys = new AuthenticatedProjectKeys(this, projectSecret);
    }
View Full Code Here

TOP

Related Classes of io.fathom.cloud.identity.secrets.AuthenticatedProjectKeys

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.