interface RoflCreate {
    metadata?: {
        [key: string]: string;
    };
    policy: RoflAppAuthPolicy;
    scheme: IdentifierScheme;
}

Properties

metadata?: {
    [key: string]: string;
}