Subversion Repositories oidplus

Rev

Rev 1282 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1282 Rev 1283
Line 140... Line 140...
140
        /**
140
        /**
141
         * @return string
141
         * @return string
142
         * @throws OIDplusException
142
         * @throws OIDplusException
143
         */
143
         */
144
        public static function vnag_password(): string {
144
        public static function vnag_password(): string {
145
                return OIDplus::authUtils()->makeSecret('65d9f488-f4eb-11ed-b67e-3c4a92df8582');
145
                return OIDplus::authUtils()->makeSecret(['65d9f488-f4eb-11ed-b67e-3c4a92df8582']);
146
        }
146
        }
147
 
147
 
148
}
148
}